github.com/go-pg/pg/v10/orm.Formatter.hasParams (method)
3 uses
github.com/go-pg/pg/v10/orm (current package)
format.go#L223: func (f *Formatter) hasParams() bool {
format.go#L228: if (params == nil && !f.hasParams()) || bytes.IndexByte(query, '?') == -1 {
format.go#L235: if (params == nil && !f.hasParams()) || strings.IndexByte(query, '?') == -1 {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)